home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / LEONARDO.DIR / 00046_Script_46 < prev    next >
Text File  |  1996-03-28  |  294b  |  11 lines

  1. on PlayContentsIntro
  2.   global alreadyViewedContents
  3. --  if (alreadyViewedContents = empty) or voidP(alreadyViewedContents) then set
  4. --   alreadyViewedContents = false
  5.   if alreadyViewedContents then
  6.     go "Contents no sound"
  7.   else
  8.     set alreadyViewedContents = true
  9.   end if
  10. end
  11.